码迷,mamicode.com
首页 >  
搜索关键字:https ...分类:其他好文 时间:2019-12-08 23:30:14阅读次数:126第一节 哲学家就餐问题 第二节 什么是死锁 第三节 死锁的定义 第四节 死锁发生的条件 第五节 如何避免死锁 5.1 动态避免,银行家算法(杠杆分配    ( 132426个结果
使用IDEA生成JavaDoc文档
![](https://img2020.cnblogs.com/blog/2406104/202105/2406104-20210524193117908-995452630.png) ![](https://img2020.cnblogs.com/blog/2406104/202105/24061... ...
分类:编程语言   时间:2021-05-25 17:39:58    阅读次数:0
Android.21.Retrofit
01. Retrofit的认识 A type-safe Http client for Android and Java. 封装了OkHttp, 也是由square公司贡献的一个处理网络请求的开源项目 https:///github.com/square/retrofit 02. 在gradle中配 ...
分类:移动开发   时间:2021-05-25 17:39:26    阅读次数:0
滑块验证码
滑块验证码https://www.cnblogs.com/lshedward/p/10381146.html ...
分类:其他好文   时间:2021-05-25 17:38:36    阅读次数:0
03 安装【动手学深度学习v2】
使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai ...
分类:其他好文   时间:2021-05-24 17:21:55    阅读次数:0
shell 脚本简单使用
shell 在线编辑器:https://www.runoob.com/try/runcode.php?filename=helloworld&type=bash 一下脚本自行测试查看结果 echo "Hello World !" your_name="qinjx" echo your_name fo ...
分类:系统相关   时间:2021-05-24 17:21:02    阅读次数:0
jquery的下载
jquery的官方下载地址: https://jquery.com/ write less ,do more <用最少的代码完成更多的功能> 1、点击 2、“右键”点击 3、点击链接另存为(或者按键盘上的“k”) 4、在 “下载到” 里面选择下载地址,后点“下载” 下载第一个和第二个 5、打开下载的 ...
分类:Web程序   时间:2021-05-24 17:14:45    阅读次数:0
mysql安装
mysql安装 先下载mysql安装包 https://downloads.mysql.com/archives/community/ 选择第一个比较小的安装包下载即可 解压 在解压后的根目录,新建data目录和my.ini文件 data目录:存放数据 my.ini:mysql的设置信息 设置my. ...
分类:数据库   时间:2021-05-24 17:14:28    阅读次数:0
centos7怎么查看、打开和关闭防火墙
原文地址:https://jingyan.baidu.com/article/49ad8bce97bd965834d8fa8b.html 刚使用centos7会发现,用以前的方式查看、打开和关闭防火墙都无效了。这是因为centos7的防火墙改用firewalld,而不再使用iptables了。下面就 ...
分类:其他好文   时间:2021-05-24 17:14:08    阅读次数:0
将url下载到本地
const axios=require('axios') const fs = require('fs-extra'); const https=require('https') const path=require('path') function resolve (dir) { return p ...
分类:Web程序   时间:2021-05-24 17:11:19    阅读次数:0
zabbix_api 接口调用
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
分类:Windows程序   时间:2021-05-24 17:05:19    阅读次数:0
132426条   上一页 1 ... 91 92 93 94 95 ... 13243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!